Skip to content

Conversation

@RalphHightower
Copy link
Owner

No description provided.

Signed-off-by: Ralph Hightower <[email protected]>
@RalphHightower RalphHightower added the bug Something isn't working label Jan 8, 2025
@RalphHightower RalphHightower self-assigned this Jan 8, 2025
@RalphHightower RalphHightower merged commit df36cb0 into main Jan 8, 2025
1 of 6 checks passed
@RalphHightower
Copy link
Owner Author

for f in markdown/*.md; do
    echo $f # debug
    FILE_NAME=$(basename "$f" | sed 's/.md//g')
    echo $FILE_NAME # debug
    echo output/${FILE_NAME}.pdf # debug 
    # pandoc --standalone \ # --template styles/chmduquesne.tex \
    #   --from markdown --to context \
    #  --variable papersize=letter \
    #   --verbose \ # debug
    #   --output output/${FILE_NAME}.tex $f
    # mtxrun --path=output --result=${FILE_NAME}.pdf --script context ${FILE_NAME}.tex
    pandoc --verbose --standalone --from markdown --to pdfa --output output/${FILE_NAME}.pdf $f
    git add output/${FILE_NAME}.pdf
  done
  shell: /usr/bin/bash -e {0}
markdown/Accounts.md
Accounts
output/Accounts.pdf
cannot produce pdf output from pdfa
Error: Process completed with exit code 4.

@github-actions github-actions bot deleted the RalphHightower-patch-30 branch September 14, 2025 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants